home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / eazybbs-2.17.lha / EazyBBS / Data / Configuration / 1 next >
Text File  |  1994-10-01  |  5KB  |  230 lines

  1.  
  2. # For details refer to the EazyBBS Manual
  3. #
  4. # General Settings
  5. #
  6. #
  7. # Name of your mailbox
  8. # (shouldn't be longer than about 20-30 chars)
  9. #
  10.  MailboxName        "ZikZak"
  11.  
  12. # Name of your UUCP site
  13. # (if you don't have one give it a dummy name like "foobar")
  14. #
  15.  UucpName        zikzak.in-berlin.de
  16.  
  17. # Maximum time of inactivity (in seconds) before logout
  18. #
  19.  Timeout        120 seconds
  20.  
  21. # Default time for guests (in minutes)
  22. #
  23.  GuestTime        20 minutes
  24.  
  25. # Default prompt for new users
  26. # (see "MB_DATA:LongHelp/General.1" for details)
  27. #
  28.  DefaultPrompt        "[%r] %l:%a%b> "
  29.  
  30. # Default signature for users which have no own signature yet,
  31. # used in mails and boards, where signature is mandatory
  32. # (see "MB:EazyBBS.tex" for details)
  33. #
  34.  DefaultSignature    "-- \namk was here\n"
  35.  
  36. # Minimum free space (in bytes) on your harddisk
  37. # (EazyBBS quits if less)
  38. #
  39.  HarddiskLimit        0 bytes
  40.  
  41. # Standard task priority
  42. # (if you're running more than one port over a serial line all
  43. #  task priority values (standard + transfer) should be the same)
  44. #
  45.  TaskPriority-Std    1
  46.  
  47. # Transfer task priority
  48. # (if you're running more than one port over a serial line all
  49. #  task priority values (standard + transfer) should be the same)
  50. #
  51.  TaskPriority-Xfer    2
  52.  
  53. # Name of xprzmodem.library
  54. #
  55.  XPRZmodemName        xprzmodem.library (must be version 2.0 or higher)
  56.  
  57. # Console-Call allowed by default?
  58. #
  59.  Chat-Status        on (by default)
  60.  
  61. # Logging of all text (by default) if user at console enters a chat?
  62. #
  63.  ChatLog-Status        off (by default)
  64.  
  65. # Number of articles marked as unread if user selects new board
  66. #
  67.  NewUnread        3
  68.  
  69. # Show user's realname when displaying messages, mails etc.
  70. #
  71.  ShowRealname        off
  72.  
  73. #
  74. # Serial Settings
  75. #
  76. #
  77. # Speed modem <-> computer
  78. #
  79.  Baud            38400 bps
  80.  
  81. # Serial device name/unit
  82. #
  83.  ModemDevice        serial.device
  84.  ModemUnit        0
  85.  
  86. # Time how long EazyBBS drops DTR so that modem hangs up
  87. # (in tenths of second)
  88. #
  89.  HangupTime        20 (tenths of a second)
  90.  
  91. # After how many Rings EazyBBS goes on-hook
  92. # (see also "MB_DATA:ModemRing/*")
  93. #
  94.  RingDelay        1
  95.  
  96.  
  97.  
  98. # Various Settings
  99. #
  100. #
  101. # Extra (bonus) time for uploads:
  102. #
  103.  MessageBonus        100 %
  104.  MailBonus        0 %
  105.  UploadBonus        100 %
  106.  
  107.  
  108. # within first half of usertime...
  109. #
  110.  Download-Overdraw    100 %
  111.  
  112.  
  113. # Extra (bonus/minus) time for login time:
  114. #
  115.  TimeBonusTable        =+++++++++++++=====-----
  116.  TimeBonusPlus        20 min.
  117.  TimeBonusMinus        10 min.
  118.  
  119. #
  120. # Editor line limits:
  121. #
  122. #
  123.  MessageLines        750
  124.  MailLines        750
  125.  FileCommentLines    50
  126.  MailIntroLines        10
  127.  
  128.  
  129.  
  130. #
  131. # Graphical Rendering
  132. #
  133. #
  134. # Intuition font name and size
  135. # (menu, screen/window title)
  136. #
  137.  IntuiFontName        helvetica.font
  138.  IntuiFontSize        13
  139.  
  140. # Text font name and size
  141. #
  142.  TextFontName        topaz-classic.font
  143.  TextFontSize        8
  144.  
  145.  
  146. # Colors
  147. # (rgb_number = 256*red + 16*green + blue)
  148. # background, foreground (pen) and two additional colors
  149. # RGB_Color1        273
  150. # RGB_Color2        3839
  151. # RGB_Color3        2184
  152. # RGB_Color4        1102
  153.  
  154. # original OS 2.0 colors
  155. # RGB_Color1        2730
  156. # RGB_Color2        0
  157. # RGB_Color3        4095
  158. # RGB_Color4        2950
  159.  
  160. # OS 2.0 colors (slightly modified)
  161. #
  162.  RGB_Color1        3258
  163.  RGB_Color2        0
  164.  RGB_Color3        4095
  165.  RGB_Color4        2916
  166.  
  167.  
  168.  
  169. #
  170. # Screen and Window Dimensions
  171. #
  172. #
  173. # PosX/PosY/Width/Height of EazyBBS screen
  174. #
  175.  ScreenPosX        0
  176.  ScreenPosY        0
  177.  ScreenWidth        0 (pixel) -- if 0, screen opens exactly 80 chars wide
  178.  ScreenHeight        400 (pixel)
  179. # ScreenHeight        600
  180.  
  181. # Screen mode for EazyBBS screen, like in "ScreenMode" prefs program
  182. # (use "Workbench" for cloning Workbench's screen mode)
  183. #
  184.  ScreenMode        "NTSC:High Res Laced"
  185. # ScreenMode        Workbench
  186. # ScreenMode        "PICASSO:800x600"
  187.  
  188. # Open screen after start of EazyBBS  [on/off]
  189. # (keep in mind: console output slows down your system!)
  190. #
  191.  ScreenOpen        off
  192.  
  193. # Draw window border on EazyBBS screen  [on/off]
  194. # (does not affect EazyBBS windows)
  195. #
  196.  WindowBorder        off
  197.  
  198. # Extra space (in pixels) between border (window/screen) and text.
  199. #
  200.  SpaceBorder        1
  201.  
  202. # Extra space (in pixels) between titlebar (window/screen) and text.
  203. # Don't forget, that "SpaceBorder" is added to this value.
  204. #
  205.  SpaceTitle        2
  206.  
  207. # Position and size of iconified EazyBBS window (on Default Public Screen)
  208. # WindowPosX        704
  209. # WindowPosY        18
  210. # WindowWidth        640
  211. # WindowHeight        400    (not used yet)
  212.  WindowPosX        700
  213.  WindowPosY        18
  214.  WindowWidth        420
  215.  WindowHeight        400    (not used yet)
  216.  
  217. # Open window on this public screen, if not found open own screen
  218. #
  219.  PubScreen        2Workbench
  220.  
  221. # Editor when editing texts from console,
  222. # %s is placeholder for textfile -- if not present filename is appended
  223. # (use "builtin" for EazyBBS' internal editor)
  224. #
  225. # ConsoleEditor        builtin  (use internal editor)
  226.  ConsoleEditor        "Ed %s -sticky"
  227.  
  228. # read the dox!
  229.  
  230.